networking.vswitches.<name>.extraOvsctlCmds

Commands to manipulate the Open vSwitch database. Every line executed with ovs-vsctl. All commands are bundled together with the operations for adding the interfaces into one atomic operation.

Type
strings concatenated with "\n"
Default
""
Example
''
  set-fail-mode <switch_name> secure
  set Bridge <switch_name> stp_enable=true
''
Declared
<nixpkgs/nixos/modules/tasks/network-interfaces.nix>